Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Predis cluster flush #529

Merged
merged 2 commits into from
Jun 10, 2024
Merged

Fix Predis cluster flush #529

merged 2 commits into from
Jun 10, 2024

Conversation

yatsukhnenko
Copy link
Collaborator

@yatsukhnenko yatsukhnenko commented Jun 3, 2024

Fixes #527

CLI command uses Predis client to flush cache after enable/disable plugin. Changes in this PR allows to proper iterate over cluster nodes and execute flushdb command.

@tillkruss tillkruss merged commit d4e4497 into develop Jun 10, 2024
1 of 3 checks passed
@tillkruss tillkruss deleted the cli-cluster-flush branch June 10, 2024 20:15
tillkruss added a commit that referenced this pull request Oct 15, 2024
* Fix Predis cluster flush

* Update CHANGELOG.md

---------

Co-authored-by: Till Krüss <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Command _MASTERS is not a registered Redis command when fluash cache on cli
2 participants